home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / blts.arc / VPI.TXT < prev    next >
Text File  |  1991-10-15  |  3KB  |  76 lines

  1.  
  2. LANtastic(TM) Voice Programmer's Interface(TM)
  3.  
  4. Make your software laugh, sob, growl, warble, wail, sing and talk
  5. with the LANtastic Voice(TM) Adapter and the LANtastic Voice
  6. Programmer's Interface (VPI(TM)).
  7.  
  8. When used in conjunction with the LANtastic Voice Adapter (sold
  9. separately), LANtastic VPI makes adding sound and speech to your
  10. software easy. Using a set of simple, straight-forward commands,
  11. you can create educational and training programs on disk or CD-ROM
  12. that actually give verbal instructions to students. You can develop
  13. voice mail, "talking" software demos, music synthesis, sound
  14. effects and much more. Using the tape in and out jacks on the Voice
  15. Adapter, you can record from a CD player, tape recorder, microphone
  16. or other external sound source, then play back later through an
  17. amplifier with speakers.
  18.  
  19. The LANtastic VPI is a set of routines for interfacing to the
  20. LANtastic Voice Adapter. VPI uses a structure called the Voice
  21. Command Block (VCB). This block is similar to an NCB or MCB in the
  22. NETBIOS. It contains pointers to blocks of data which can be used
  23. for PLAY and RECORD. Commands can be no-wait which means control
  24. returns to the calling program immediately while the VPI works in
  25. the background. When the VPI command completes, the user's POST
  26. routine is called. 
  27.  
  28. The Artisoft LANtastic Voice Adapter is a low-cost, IBM compatible
  29. expansion device which converts between audio/voice signals and a
  30. digital data stream. When used in conjunction with supporting
  31. software, it provides the capability to digitize spoken messages,
  32. preserving them in nearly their original fidelity.
  33.  
  34. LANtastic VPI is sold to developers directly through Artisoft. For
  35. more information, call 602-293-6363.  
  36.  
  37.  
  38.  
  39. Specifications.
  40.  
  41. Hardware compatibility:
  42. * LANtastic Voice Adapter, which is compatible with IBM PC, XT, AT,
  43. PS/2 model 30, 30-286 and compatibles, and 386-based IBM PC bus
  44. compatibles. The Voice Adapter requires an 8-bit expansion slot and
  45. PC DOS 3.1 or higher (3.2 not recommended)
  46.  
  47. Basic VPI routines:
  48. Adapter_Status    Find out about the Voice adapter
  49. Reset             Reset the Voice adapter
  50. Deinstall         Takes VPI out of memory
  51. Cancel            Cancel a pending VCB
  52. Send              Sends a buffer to PLAY channel
  53. Silence           Sends silence to PLAY channel
  54. Receive           Receives a buffer from RECORD channel
  55. Threshold         Wait for sound to reach a certain loudness and 
  56.                   then begin Receive from RECORD channel
  57.  
  58. External interfaces available on the LANtastic Voice Adapter:
  59. * P1-Handset, electret, 0.2V peak-to-peak
  60. Standard female, modular telephone handset jack (M4P4C). Electret
  61. microphone input and output are supported on this connector.
  62. Telephone handset is provided. Electret microphone input is
  63. reproduced in the earphone as long as power is supplied to the
  64. board to give the handset the sound of a "live" line.
  65. * P2-LINE IN, 100K Ohms@2.5V
  66. Female, RCA-type audio jack. Accepts a standard audio signal for
  67. digitizing from an external source. May be connected to a CD
  68. player, tape recorder, or other external device. This signal is
  69. mixed with the microphone input from P1 and is reproduced in the
  70. earphone.
  71. * P3-LINE OUT, 2.2K Ohms@1.2V
  72. Female, RCA-type audio jack. Provides a standard line-level audio
  73. signal. May be connected to a tape recorder or an external
  74. amplifier to record or broadcast the output signal.
  75.  
  76.